home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / grafix / misc / ami2d_2_0.lha / ami2d_dist / ami2d / test / grayscale.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-07-22  |  96 b   |  11 lines

  1. /* gray scale */
  2. options results
  3.  
  4. address ami2d
  5.  
  6. do i=1 to 12
  7.     color i i+3 i+3 i+3
  8. end
  9.  
  10. exit
  11.